Geocaching.com loc files actually sometimes are UTF-8. Adjust reader to
authorrobertl <robertl>
Thu, 1 Jun 2006 19:28:04 +0000 (19:28 +0000)
committerrobertl <robertl>
Thu, 1 Jun 2006 19:28:04 +0000 (19:28 +0000)
handle this.

geo.c

diff --git a/geo.c b/geo.c
index f50d446c786d413a1c44384bdf418d3c7280e13c..5e5483753e5acad6bb09138176863126544cabeb 100644 (file)
--- a/geo.c
+++ b/geo.c
@@ -220,5 +220,5 @@ ff_vecs_t geo_vecs = {
        geo_write,
        NULL, 
        geo_args,
-       CET_CHARSET_ASCII, 0    /* CET-REVIEW */
+       CET_CHARSET_UTF8, 0     /* CET-REVIEW */
 };